Skip to main content

Retrieve Monitor Details by Status

GET 

/query/objects/status

Call this API to get the details of monitors based on their status. The status parameter must be provided in the query to filter and retrieve the monitors that match the specified status.

Request

Query Parameters

    status stringrequired

    The status of the monitor that you want to filter by. This parameter is required to retrieve the details of monitors that match the provided status. The possible values for status are as follows: 'Up,'Down','Unreachable','Maintenance','Disable', and 'Unknown'.

Responses

Successful response. The request was successful and the details of the monitors matching the specified status were returned.

Schema
    result object[]
  • Array [
  • id integer
    object.name integer
    status string
  • ]
Loading...